var github.com/andybalholm/brotli.maxDistanceSymbol_bound
4 uses
github.com/andybalholm/brotli (current package)
decode.go#L2000: var maxDistanceSymbol_bound = [maxNpostfix + 1]uint32{0, 4, 12, 28}
decode.go#L2005: if ndirect < maxDistanceSymbol_bound[npostfix] {
decode.go#L2007: } else if ndirect > maxDistanceSymbol_bound[npostfix]+postfix {
decode.go#L2010: return maxDistanceSymbol_bound[npostfix] + maxDistanceSymbol_diff[npostfix] + postfix
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |